home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pcwiz01.arc / RESTORE.INS < prev    next >
Text File  |  1991-08-22  |  4KB  |  105 lines

  1. RESTORE    Allows you to RESTORE files from backup
  2.            copies prepared using the BACKUP command.
  3.  
  4. Format:    RESTORE SrcD:[Path:FSpec] [DestD:Path:FSpec]
  5.            [/S][/P][/M]/[/N][/B:mm-dd-yy][/A:mm-yy-dd]
  6.            [/L:hh-mm-ss][/E:hh-mm-ss]
  7.  
  8.  
  9.    /S    restores files to the specified or current
  10.          directory and all SUBDIRECTORIES.
  11.  
  12.    /P    PROMPTS user before restoring a file that is
  13.          marked as read-only or has been modified since
  14.          last backup.
  15.  
  16.    /M    restores only those files that have been
  17.          MODIFIED or deleted on the destination since
  18.          the last backup.
  19.  
  20.    /N    restores only those files that NO LONGER
  21.          EXIST on the destination.
  22.  
  23.  
  24.    /B:mm-dd-yy  restores all files created or modified
  25.                 on or BEFORE specified date.
  26.  
  27.    /A:mm-dd-yy  restores all files created or modified
  28.                 on or AFTER specified date.
  29.  
  30.    /L:hh-mm-ss  restores all files that were modified
  31.                 at or LATER than the specified time.
  32.  
  33.    /E:hh-mm-ss  restores all files that were modified
  34.                 at or BEFORE the specified date.
  35.  
  36.  
  37. Example:               RESTORE A: /S
  38.  
  39.    Restores ALL files on the backup disk to the CURRENT
  40.    directory and its subdirectories.
  41.  
  42.  
  43. Example:          RESTORE A: C:\WP\*.* /S
  44.  
  45.    Restores ALL \WP files on the backup disk to the \WP
  46.    directory on drive C: and its subdirectories.
  47.  
  48.  
  49. Example:           RESTORE A: C:\WP\*.*
  50.  
  51.    Restores \WP\*.* files on the backup disk to the \WP
  52.    directory on drive C:, but does NOT restore files to
  53.    any \WP subdirectories.
  54.  
  55.  
  56. Example:      RESTORE A: C:\WP\DATA\*.TXT /P
  57.  
  58.    Restores \WP\DATA\*.TXT files on the backup disk to
  59.    the \WP\DATA directory on drive C: and displays a
  60.    PROMPT each time that it encounters a file that has
  61.    been modified since the last backup or is marked as
  62.    READ-ONLY to allow for "skipping" of that file.
  63.  
  64.  
  65. Example:    RESTORE A: D:\123\DATA\*.WK1 /M /P
  66.  
  67.    Restores all \123\DATA\*.TXT files from the backup
  68.    that have either been MODIFIED or DELETED in the
  69.    \123\DATA directory on drive D: since date of last
  70.    backup; also provides a PROMPT prior to restoring
  71.    each file.
  72.  
  73. Example:      RESTORE A: \WP\*.* /S /N /P
  74.  
  75.    Restores ONLY those \WP files to the \WP directory
  76.    and its subdirectories on the CURRENT drive that
  77.    NO LONGER EXIST (have been deleted); also provides
  78.    a PROMPT prior to restoring each file. (This is
  79.    a fast and efficient method of recovering files
  80.    that were accidentally deleted using a "wild-card"
  81.    parameter or for recovering a file that that you
  82.    decide you now need after it was deleted.)
  83.  
  84. [*]  One of the most common problems associated with
  85.    the RESTORE command is failing to provide the
  86.    file specifications (e.g., *.TXT, *.*, etc.) when
  87.    attempting to perform a partial backup. When this
  88.    happens you will receive a message indicating that
  89.    "Warning! No files were found to restore". Reissue
  90.    the command with the proper file specifications!
  91.  
  92. [*]  Also, the destination/target directory MUST
  93.    EXIST on the target drive in order for RESTORE to
  94.    work properly. If you have previously removed the
  95.    directory you must recreate it using the MKDIR or
  96.    MD command prior to issuing the RESTORE command.
  97.    It is NOT necessary to recreate lower subdirec-
  98.    tories if the /S switch has been used, because
  99.    the system will do this automatically.
  100.  
  101. [*]  Backups prepared using DOS Version 3.3 can NOT
  102.    be restored to another computer using an earlier DOS
  103.    version unless the system has been "booted" using a
  104.    DOS system diskette of version 3.3 or later.
  105.